ArcFM Responder Mobile Developer Guide
GetPointsForFeatures Constructor(Int32,Int32[])






The feature class of the feature.
The object IDs of the features.
Initializes a new instance of GetPointsForFeatures for providing the collection of points for the geometries of features.
Syntax
'Declaration
 
Public Function New( _
   ByVal fcid As System.Integer, _
   ByVal oid() As System.Integer _
)
'Usage
 
Dim fcid As System.Integer
Dim oid() As System.Integer
 
Dim instance As New GetPointsForFeatures(fcid, oid)
public GetPointsForFeatures( 
   System.int fcid,
   System.int[] oid
)
public GetPointsForFeatures( 
    fcid: System.Integer;
    oid: System.Integerarray of
); 
public function GetPointsForFeatures( 
   fcid : System.int,
   oid : System.int[]
);
public: GetPointsForFeatures( 
   System.int fcid,
   System.int[]* oid
)
public:
GetPointsForFeatures( 
   System.int fcid,
   System.array<int>^ oid
)

Parameters

fcid
The feature class of the feature.
oid
The object IDs of the features.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GetPointsForFeatures Class
GetPointsForFeatures Members
Overload List

Send Feedback